home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / serial / callback.001 / callback~ / callback / lib / user / user.h < prev    next >
C/C++ Source or Header  |  1996-07-22  |  383b  |  18 lines

  1. #ifndef _user_H_
  2. #define _user_H_
  3.  
  4. #include "../log/log.h"
  5.  
  6. void define_user(char *username);
  7. int lastusergroup(int gi);
  8. unsigned lastuser_groupindex();
  9. char *username(unsigned index);
  10. unsigned lastuser();
  11. unsigned user_ngroups(unsigned uid);
  12. unsigned usergroup(unsigned uid, unsigned gindex);
  13. unsigned lookuser(char *username);
  14. int combine(int uid, char *where);
  15.  
  16.  
  17. #endif  _user_H_
  18.